home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 383 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.1 KB

  1. Path: news.uit.no!news
  2. From: troels@stud.cs.uit.no (Troels Walsted Hansen)
  3. Newsgroups: comp.sys.amiga.misc
  4. Subject: Re: CyberGfx
  5. Date: 4 Jan 1996 21:30:01 GMT
  6. Organization: University of Tromsoe, Norway
  7. Message-ID: <2754.6577T1131T1561@stud.cs.uit.no>
  8. References: <4ceh08$ket@sundog.tiac.net> <4cfd7k$k0k@natasha.rmii.com> <4cgb72$sqk@hyperion.mfltd.co.uk>
  9. NNTP-Posting-Host: uit-or12.uit.no
  10. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  11.  
  12. In article <4cgb72$sqk@hyperion.mfltd.co.uk>, scm@mfltd.co.uk (Shaun C.
  13. Murray) wrote:
  14.  
  15. >This is one of the things that has puzzled me for a while. Why haven't the 
  16. >CyberGfx people done this already?
  17.  
  18. >Although slow, we had EGS ECS modes ages ago. I know it's slightly different 
  19. >but if they were after making CyberGfx an RTG standard, supporting the 
  20. >existing harware would be a good idea.
  21.  
  22. Qouting the autodoc for cybergraphics.library:
  23.  
  24.    PURPOSE
  25.         cybergraphics.library is meant to be a gfx board extension for the
  26.         native graphics.library. Because C= never developed a rtg compliant
  27.         graphics.library (up to OS3.1 there are no possibilities to add custom
  28.         boards into the display database in a system friendly fashion), it
  29.         patches some of the original graphics functions in order to integrate
  30.         custom graphics boards into the system.
  31.          It also features some new functions which are not available in the
  32.         standard graphics.library. Currently graphics.library v39 and v40 is
  33.         supported.
  34.          Additionally it is possible to open screens deeper than 256 colours
  35.         which are completely intuition compatible. Nearly every function may
  36.         be used on such screen except some special blits which rely on planar
  37.         bitmap graphics. Also, this screens are 8bit backwards compatible.
  38.         Nearly every standard 8bit application will work on this 15/16/24 bit
  39.         screen. But it only can use the additional features, if it knows of
  40.         CyberGraphX, of course.
  41.          Maybe in a future release of graphics, CyberGraphX will be
  42.         obsolete.  But until then, cybergraphics.library is the only way to
  43.         add truecolour features to your application under an intuition
  44.         environment with minimum effort.
  45.          So, CyberGraphX is not meant to be a replacement for the original
  46.         graphics/intuition system (just like EGS is for example), e.g. there
  47.         is no ECS/AGA native chipset CyberGraphX driver, because all the
  48.         functionality of the original chipset is already given in the
  49.         original graphics.library.
  50.          Because of the different goal CyberGraphX spots in comparison to
  51.         EGS for example, it still may lack some features other systems have
  52.         already but it is perhaps the most system friendly graphics extension
  53.         the amiga computer family has seen so far.
  54.  
  55.  
  56.    OVERVIEW
  57.         This part only describes how to use the extended features of
  58.         CyberGraphX. Anything else about programming graphics can be found
  59.         in the original graphics.library documentation.
  60.  
  61.                    T r o e l s  W a l s t e d  H a n s e n
  62.             troels@stud.cs.uit.no - http://www.cs.uit.no/~troels
  63.  
  64.